home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / draw_pla.swf / scripts / DefineButton2_339 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2007-05-10  |  102 b   |  8 lines

  1. on(press){
  2.    nextFrame();
  3.    if(_root.mtrue.bar > 1)
  4.    {
  5.       _root.mtrue.bar += 12;
  6.    }
  7. }
  8.